home *** CD-ROM | disk | FTP | other *** search
/ Gigantic Games 2 / Gigantic Games 2.iso / pc / _w_ / world / arrays.h next >
Encoding:
Text File  |  1994-12-23  |  317 b   |  8 lines

  1.  
  2. /* The arrays declared elsewhere are used starting with index 0;
  3.    those declared below starting with index 1     */
  4.   int  gtext[5];
  5.   short locdat[LOCNUM+1], odistb[OBJMX2+1];
  6.   short obnoun[OBJMAX+1], obadjv[OBJMAX+1], obw3[OBJMAX+1];
  7.   short obw4[OBJMAX+1], obpprp[OBJMAX+1], obimpr[OBJMAX+1], obloc[MOVMAX+1];
  8.